ActiveReports 10
ReportItemCollection Constructor(IEnumerable<ReportItem>)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class > ReportItemCollection Constructor : ReportItemCollection Constructor(IEnumerable<ReportItem>)
Initializes a new instance of the ReportItemCollection class and pre-populates the collection with a passed-in ReportItemCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As IEnumerable(Of ReportItem) _
)
public ReportItemCollection( 
   IEnumerable<ReportItem> items
)

Parameters

items
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members
Overload List